* modules/imput/imthai.c: Register the right translation domain.
svn path=/trunk/; revision=20060
+2008-05-01 Matthias Clasen <mclasen@redhat.com>
+
+ * modules/imput/imthai.c: Register the right translation domain.
+
2008-04-30 Matthias Clasen <mclasen@redhat.com>
Bug 529386 – Printing options hidden by blacklisted option
static const GtkIMContextInfo thai_info = {
"thai", /* ID */
N_("Thai-Lao"), /* Human readable name */
- "gtk+", /* Translation domain */
+ "gtk20", /* Translation domain */
GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
"lo:th" /* Languages for which this module is the default */
};